bitkeeper revision 1.1159.28.2 (4120753cKjnbErDtguWW5uMpEo9gYQ)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Mon, 16 Aug 2004 08:50:04 +0000 (08:50 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Mon, 16 Aug 2004 08:50:04 +0000 (08:50 +0000)
Fix typo in migrate help.

tools/python/xen/xm/main.py

index 09bf7266c998e5f5cd66b820d3a942111c577a54..5ba20095e5a78109cbf593958e3300a50bb30778 100644 (file)
@@ -302,7 +302,7 @@ class ProgMigrate(Prog):
     info = """Migrate a domain to another machine."""
 
     def help(self, args):
-        migrate.help(arg)
+        migrate.help(args)
     
     def main(self, args):
         migrate.main(args)